From 184f9f155d02bf8db1c06cfd6915f3efa0ad31e4 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 30 Jan 2006 14:49:10 +0000 Subject: [PATCH] Retain product ID and version. --- gpsbabel/jeeps/garminusb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpsbabel/jeeps/garminusb.h b/gpsbabel/jeeps/garminusb.h index 638be5b01..569c23749 100644 --- a/gpsbabel/jeeps/garminusb.h +++ b/gpsbabel/jeeps/garminusb.h @@ -46,8 +46,10 @@ union { * OS implementation. */ #define GUSB_MAX_UNITS 20 -struct { +struct garmin_unit_info { unsigned long serial_number; + unsigned long unit_id; + unsigned long unit_version; char *os_identifier; /* In case the OS has another name for it. */ char *product_identifier; /* From the hardware itself. */ } garmin_unit_info[GUSB_MAX_UNITS]; -- 2.30.2